mirror of
https://github.com/danbulant/appit
synced 2026-06-18 13:51:02 +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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
## v0.4.0 (2024-09-14)
|
||||
|
||||
### 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]
|
||||
name = "appit"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.70.0"
|
||||
description = "A math library specialized for 2d screen graphics."
|
||||
|
|
@ -21,4 +21,4 @@ rwh_05 = ["winit/rwh_05"]
|
|||
|
||||
|
||||
[dependencies]
|
||||
winit = { version = "0.30.0", default-features = false }
|
||||
winit = { version = "0.30.5", default-features = false }
|
||||
|
|
|
|||
Loading…
Reference in a new issue