mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Split the bluetooth code out from the net crates.
This commit is contained in:
parent
e3493cdd26
commit
4fbe415e80
28 changed files with 143 additions and 34 deletions
|
@ -1,5 +1,9 @@
|
|||
# Servo's directory structure:
|
||||
* components
|
||||
* bluetooth
|
||||
* Implementation the bluetooth thread.
|
||||
* bluetooth_traits
|
||||
* APIs to the bluetooth crate for crates that don't want to depend on the bluetooth crate for build speed reasons.
|
||||
* canvas
|
||||
* Implementation of painting threads for 2d and WebGL canvases.
|
||||
* canvas_traits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue