drafftink 0.1.0

DrafftInk - Collaborative whiteboard application (placeholder crate)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # DrafftInk
//!
//! This is a placeholder crate to reserve the `drafftink` name.
//!
//! The actual DrafftInk application is under active development.
//! For more information, visit: <https://github.com/patwie/drafft-ink>
//!
//! ## Status
//!
//! Publishing to crates.io is currently blocked by waiting for
//! [vello](https://github.com/linebender/vello) to publish a version with wgpu 27 support.

#![doc(html_root_url = "https://docs.rs/drafftink/0.1.0")]