Skip to content

Commit

Permalink
Merge pull request #6 from dragly/dragly-2024-09-22-use-webgl-on-web
Browse files Browse the repository at this point in the history
Use WebGL as backend on web
  • Loading branch information
dragly authored Sep 22, 2024
2 parents 3bb99dd + 685f7aa commit dc1ef82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions neuronify-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
visula = { git = "https://github.com/dragly/visula", rev = "a103a8bcac6231dda61826af29e52d7a996af075" }
visula_derive = { git = "https://github.com/dragly/visula", rev = "a103a8bcac6231dda61826af29e52d7a996af075" }
visula_core = { git = "https://github.com/dragly/visula", rev = "a103a8bcac6231dda61826af29e52d7a996af075" }
visula = { git = "https://github.com/dragly/visula", rev = "307dfa12c8bb08671a0b951a5ca068fa5aed863f" }
visula_derive = { git = "https://github.com/dragly/visula", rev = "307dfa12c8bb08671a0b951a5ca068fa5aed863f" }
visula_core = { git = "https://github.com/dragly/visula", rev = "307dfa12c8bb08671a0b951a5ca068fa5aed863f" }
wgpu = { version = "0.19", features = ["webgl"] }
glam = { version = "0.24", features = ["bytemuck", "serde"] }
bytemuck = { version = "1.4", features = ["derive"] }
Expand Down

0 comments on commit dc1ef82

Please sign in to comment.