mirror of
https://github.com/danbulant/appit
synced 2026-07-05 19:10:43 +00:00
v0.4.0
This commit is contained in:
parent
d40ebc61f7
commit
0b1e41d1c5
3 changed files with 379 additions and 214 deletions
|
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## v0.4.0 (2024-09-14)
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
|
|
|
||||||
587
Cargo.lock
generated
587
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "appit"
|
name = "appit"
|
||||||
version = "0.3.2"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
description = "A math library specialized for 2d screen graphics."
|
description = "A math library specialized for 2d screen graphics."
|
||||||
|
|
@ -21,4 +21,4 @@ rwh_05 = ["winit/rwh_05"]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
winit = { version = "0.30.0", default-features = false }
|
winit = { version = "0.30.5", default-features = false }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue