kernelvex 0.1.1

VEX Controls library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "kernelvex"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "VEX Controls library"
repository = "https://github.com/bytepacket/kernelvex/"
homepage = "https://www.2381.ca"

[dependencies]
libm = "0.2.15"
nalgebra = { version = "0.34.1", default-features = false, features = ["libm"] }
vexide-devices = "0.8.0"
typenum = { version = "1.19.0", default-features = false }