Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissl committed Jul 29, 2024
1 parent aa5ea75 commit 2228b12
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ encoding_rs = { version = "0.8.33", optional = true }
profiling = "1.0"
smallvec = "1.11"
pixman = { version = "0.1.0", features = ["drm-fourcc"], optional = true }

tracy-client = "0.17.1"

[dev-dependencies]
clap = { version = "4", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ fn gl_generate() {
"GL_EXT_texture_format_BGRA8888",
"GL_EXT_unpack_subimage",
"GL_OES_EGL_sync",
"GL_EXT_disjoint_timer_query",
],
)
.write_bindings(gl_generator::StructGenerator, &mut file)
Expand Down
Loading

0 comments on commit 2228b12

Please sign in to comment.