[RENDERER] Begin refactor
This commit is contained in:
parent
df92b1b884
commit
dc063f74a1
9 changed files with 65 additions and 54 deletions
13
crates/render/Cargo.toml
Normal file
13
crates/render/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "render"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
winit = "0.26"
|
||||
wgpu = { version = "0.13"}
|
Loading…
Add table
Add a link
Reference in a new issue