Update dependencies and prepare release (#177)
This commit is contained in:
parent
e5da717351
commit
294a875c8e
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pixels"
|
name = "pixels"
|
||||||
description = "A tiny library providing a GPU-powered pixel frame buffer."
|
description = "A tiny library providing a GPU-powered pixel frame buffer."
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
authors = ["Jay Oster <jay@kodewerx.org>"]
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/parasyte/pixels"
|
repository = "https://github.com/parasyte/pixels"
|
||||||
|
|
|
@ -23,5 +23,5 @@ rev = "63a002c6a9b6c016e45806dd065864431caab621"
|
||||||
|
|
||||||
[dependencies.egui_winit_platform]
|
[dependencies.egui_winit_platform]
|
||||||
git = "https://github.com/hasenbanck/egui_winit_platform.git"
|
git = "https://github.com/hasenbanck/egui_winit_platform.git"
|
||||||
rev = "89c9c36ae835c9a28e2af3439f1cc41f18a66c0c"
|
rev = "f9a0814a395a5cc1cc997081f33ee09503a4a307"
|
||||||
features = ["webbrowser"]
|
features = ["webbrowser"]
|
||||||
|
|
|
@ -14,6 +14,10 @@ env_logger = "0.8"
|
||||||
euclid = "0.22"
|
euclid = "0.22"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pixels = { path = "../.." }
|
pixels = { path = "../.." }
|
||||||
raqote = { git = "https://github.com/jrmuizel/raqote.git", rev = "74f0afa2be54561c1a9928e885ab95e8a4c5322d", default-features = false }
|
|
||||||
winit = "0.25"
|
winit = "0.25"
|
||||||
winit_input_helper = "0.10"
|
winit_input_helper = "0.10"
|
||||||
|
|
||||||
|
[dependencies.raqote]
|
||||||
|
git = "https://github.com/jrmuizel/raqote.git"
|
||||||
|
rev = "dea376474966fe91f0fa3c5115171e0df86bac22"
|
||||||
|
default-features = false
|
||||||
|
|
Loading…
Reference in a new issue