pts 0.1.3

GUI to create, manipulate, and arrange points on a canvas
Documentation
1
2
3
4
5
6
7
8
9
//! pts: A point canvas with JSON storage.
#![allow(clippy::multiple_crate_versions)]

pub mod config;
pub mod drawing;
pub mod interactions;
pub mod persistence;
pub mod state;
pub mod ui;