diff options
Diffstat (limited to 'glow')
-rw-r--r-- | glow/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 0178f9f7..3f85e52d 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -24,7 +24,7 @@ bytemuck = "1.4" log = "0.4" [dependencies.iced_native] -version = "0.2" +version = "0.3" path = "../native" [dependencies.iced_graphics] |