Update dependencies and prepare release (#177)

This commit is contained in:
Jay Oster 2021-06-17 20:00:24 -07:00 committed by GitHub
parent e5da717351
commit 294a875c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pixels"
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>"]
edition = "2018"
repository = "https://github.com/parasyte/pixels"

View file

@ -23,5 +23,5 @@ rev = "63a002c6a9b6c016e45806dd065864431caab621"
[dependencies.egui_winit_platform]
git = "https://github.com/hasenbanck/egui_winit_platform.git"
rev = "89c9c36ae835c9a28e2af3439f1cc41f18a66c0c"
rev = "f9a0814a395a5cc1cc997081f33ee09503a4a307"
features = ["webbrowser"]

View file

@ -14,6 +14,10 @@ env_logger = "0.8"
euclid = "0.22"
log = "0.4"
pixels = { path = "../.." }
raqote = { git = "https://github.com/jrmuizel/raqote.git", rev = "74f0afa2be54561c1a9928e885ab95e8a4c5322d", default-features = false }
winit = "0.25"
winit_input_helper = "0.10"
[dependencies.raqote]
git = "https://github.com/jrmuizel/raqote.git"
rev = "dea376474966fe91f0fa3c5115171e0df86bac22"
default-features = false