feat: draw window, since windows are rectangle we're good

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-28 17:40:46 +03:00
parent 1fd1b228db
commit 220a7f8dcd
7 changed files with 2627 additions and 0 deletions

9
Cargo.toml Normal file
View 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"