Skip to content

Commit 9e727ef

Browse files
committed
feat: enable wgpu renderer by default
1 parent 99a3773 commit 9e727ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Ashley Wulber <[email protected]>"]
55
edition = "2021"
66

77
[features]
8-
default = []
8+
default = ["wgpu"]
99
wgpu = ["libcosmic/wgpu"]
1010
console = ["tokio/tracing"]
1111

0 commit comments

Comments
 (0)