diff options
Diffstat (limited to '')
-rw-r--r-- | wgpu/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index a40d9967..8dc4b990 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -50,6 +50,10 @@ version = "0.5" path = "../graphics" features = ["font-fallback", "font-icons"] +[dependencies.tracing] +version = "0.1.6" +optional = true + [dependencies.encase] version = "0.3.0" features = ["glam"] |