vsvg-viewer 0.5.0

Portable, hardware-accelerated, extensible viewer for the vsvg crate.
Documentation
1
2
3
4
5
6
7
8
9
use cfg_aliases::cfg_aliases;

fn main() {
    // Setup cfg aliases
    cfg_aliases! {
        // Platforms
        puffin: { all(not(target_arch = "wasm32"), feature = "puffin") },
    }
}