lexlib 0.7.2

Library with miscellaneous stuff for rust development.
Documentation
[package]
name = "lexlib"
version = "0.7.2"
authors = ["Alexevier"]
edition = "2021"
description = "Library with miscellaneous stuff for rust development."
readme = "README.md"
repository = "https://gitlab.com/Alexevier/lexlib-rs"
license = "MIT"
keywords = ["utils", "utility"]
categories = ["development-tools"]

[features]
egui = ["dep:egui"]
sdl2 = ["dep:sdl2"]
reprC = []

[dependencies]
egui = { version = "0.20.1", optional = true }
sdl2 = { version = "0.35.2", optional = true }