agg icon indicating copy to clipboard operation
agg copied to clipboard

2D Rendering and Graphics library (port of AGG)

Results 3 agg issues
Sort by recently updated
recently updated
newest added

Build currently fails on linux with an error: ``` error: multiple packages link to native library `freetype`, but a native library can be linked only once package `servo-freetype-sys v4.0.3` ......

The Cargo.toml file has a wrong URL in its `repository` field: repository = "https://github.com/savge13/agg" It should be: repository = "https://github.com/savage13/agg" The result is that e.g. the crates.io page uses the...