easyGW 0.0.8

A easy rust GUI lib,It's easy to use!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "easyGW"
version = "0.0.8"
authors = ["Sun Shang <dim_dsmh_s@163.com>"]
edition = "2021"
description = "A easy rust GUI lib,It's easy to use!"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
winit = "0.29.7"
softbuffer = "0.4.0"