vector-editor-core 0.4.1

Core structures for editing point based structures
Documentation
[package]
name = "vector-editor-core"
version = "0.4.1"
edition = "2024"
description = "Core structures for editing point based structures"
authors = ["p <p@p11c.xyz>"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/vector-editor-core"

[dependencies]
data-stream = "0.3.0"
touch-selection = "0.2.0"
inner-space = "0.3"

[lints.rust]
warnings = { level = "deny", priority = -2 }

[lints.clippy]
nursery = { level = "deny", priority = -1 }
pedantic = { level = "deny", priority = -1 }
missing_transmute_annotations = "deny"
expect_used = "deny"
unwrap_used = "deny"