Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissl committed Sep 17, 2023
1 parent 5affbde commit f8476b4
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ x11rb = { version = "0.11.1", optional = true }
xkbcommon = { version = "0.5.0", features = ["wayland"]}
scan_fmt = { version = "0.2.3", default-features = false }
encoding = { version = "0.2.33", optional = true }
profiling = "1.0"
profiling = { version = "1.0", git = "https://github.com/cmeissl/profiling.git", branch = "bump_tracy_0.16.2" }
tracy-client = { version = "0.16.2" }

[dev-dependencies]
clap = { version = "4", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ xkbcommon = "0.5.0"
renderdoc = {version = "0.11.0", optional = true}
smithay-drm-extras = {path = "../smithay-drm-extras", optional = true}
puffin_http = { version = "0.9", optional = true }
profiling = { version = "1.0" }
profiling = { version = "1.0", git = "https://github.com/cmeissl/profiling.git", branch = "bump_tracy_0.16.2" }

[dependencies.smithay]
default-features = false
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,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 f8476b4

Please sign in to comment.