Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
optozorax committed Aug 5, 2024
1 parent 6bad911 commit 4942aaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]

[dependencies]
bytemuck = "1.9"
egui = { version = "0.28", features = ["bytemuck"] }
miniquad = { version = "=0.4.0" }
egui = { version = "0.28.1", features = ["bytemuck"] }
miniquad = { version = "=0.4.5" }
quad-url = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 4942aaa

Please sign in to comment.