Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
/ porcupine Public archive

A Rust wrapper around the Win32 API, particularly the graphical parts.

License

Apache-2.0, BSL-1.0 licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
BSL-1.0
LICENSE-BOOST
Notifications You must be signed in to change notification settings

bread-graphics/porcupine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

The winsafe crate is actively maintained where this one is not.

porcupine

porcupine is a safe and effective Rust layer for the Windows API. Specifically, it focuses on the GUI parts of the API, such as windows, menus, and dialogs. It is designed with concurrency in mind, and is built on top of the windows-sys crate.

License

porcupine is dual-licensed under the Boost Software License 1.0 and the Apache License 2.0. See LICENSE-APACHE and LICENSE-BOOST for details.

About

A Rust wrapper around the Win32 API, particularly the graphical parts.

Resources

License

Apache-2.0, BSL-1.0 licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
BSL-1.0
LICENSE-BOOST

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages