Create the type layout
Everything typechecks, but nothing is implemented
This commit is contained in:
parent
9602716ed2
commit
fd4db4000c
3 changed files with 254 additions and 1 deletions
|
|
@ -72,3 +72,7 @@ percent-encoding = "1.0"
|
|||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "windows"))'.dependencies.parking_lot]
|
||||
version = "0.7"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies.stdweb]
|
||||
version = "0.4.13"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue