docs.rs failed to build pnte-0.2.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
pnte-0.3.3
pnte
2D Graphics library for Windows in Rust
pnte is a Direct2D and DreictWrite wrapper.
Requirement
To use this library, CoInitializeEx must be called for each thread.
How to use simply
- Create a
pnte::Context.
let ctx = new?;
- Create a render target.
let render_target = ctx.create_render_target?;
- Draw.
ctx.draw?;
License
This library is licensed under the MIT license.