This commit is contained in:
Jonathan Johnson 2024-09-14 09:55:48 -07:00
parent d40ebc61f7
commit 0b1e41d1c5
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
3 changed files with 379 additions and 214 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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 }