feat: ✨ draw window, since windows are rectangle we're good
This commit is contained in:
parent
1fd1b228db
commit
220a7f8dcd
7 changed files with 2627 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "draw_rectangle"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
wgpu = "24.0.1"
|
||||
winit = "0.30.9"
|
Loading…
Add table
Add a link
Reference in a new issue