Skip to content

Commit

Permalink
Use direct pointers for Symbols
Browse files Browse the repository at this point in the history
This relies on the extensions to Rust's `const`s described in issue
rust-lang/const-eval#11, and will not compile today.
  • Loading branch information
rpjohnst committed Apr 12, 2020
1 parent c014d03 commit 42af92b
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 182 deletions.
1 change: 1 addition & 0 deletions gml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
gml-meta = { path = "meta" }
project = { path = "../project" }
quickdry = "0.1"

[target.wasm32-unknown-unknown.dependencies]
wasm-host = { path = "../wasm-host" }
Loading

0 comments on commit 42af92b

Please sign in to comment.