Skip to content

Commit

Permalink
Clear
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Dec 21, 2023
1 parent 6db143a commit 941fe3a
Show file tree
Hide file tree
Showing 56 changed files with 5 additions and 7,170 deletions.
6 changes: 3 additions & 3 deletions dunge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dunge"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "Simple and portable 3d render library"
license = "MIT"
Expand All @@ -11,8 +11,8 @@ repository = "https://github.com/nanoqsh/dunge"
rust-version = "1.71"

[dependencies]
dunge_macros = "0.2"
dunge_shader = "0.2"
dunge_macros = { version = "0.2.3", path = "../dunge_macros" }
dunge_shader = { version = "0.2.3", path = "../dunge_shader" }
bytemuck = { version = "1.13", features = ["derive"] }
glam = "0.25"
instant = "0.1"
Expand Down
30 changes: 0 additions & 30 deletions dunge/src/buffer.rs

This file was deleted.

Loading

0 comments on commit 941fe3a

Please sign in to comment.