Bump versions 🎉
This commit is contained in:
parent
f38e7fcac2
commit
4c61f12768
27 changed files with 112 additions and 79 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "iced_glutin"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2021"
|
||||
description = "A glutin runtime for Iced"
|
||||
|
|
@ -23,15 +23,15 @@ git = "https://github.com/iced-rs/glutin"
|
|||
rev = "da8d291486b4c9bec12487a46c119c4b1d386abf"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.6"
|
||||
version = "0.7"
|
||||
path = "../native"
|
||||
|
||||
[dependencies.iced_winit]
|
||||
version = "0.5"
|
||||
version = "0.6"
|
||||
path = "../winit"
|
||||
features = ["application"]
|
||||
|
||||
[dependencies.iced_graphics]
|
||||
version = "0.4"
|
||||
version = "0.5"
|
||||
path = "../graphics"
|
||||
features = ["opengl"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue