8000 GitHub - NoahR02/cosmic-text-bindings
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NoahR02/cosmic-text-bindings

Repository files navigation

cosmic-text-cpp (WIP)

images/intro.png

Build Instructions

Build the system library

cargo build

Move the system library to the lib folder

mv target/debug/cosmic_text_c.lib lib/cosmic_text_c.lib

Generate the header

C++

cbindgen --config cppbindgen.toml --crate cosmic-text-c --output include/cosmic-text.hpp

C

cbindgen --config cbindgen.toml --crate cosmic-text-c --output include/cosmic-text.h

User Instructions

Look in the examples folder for how to use this in your C++ project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0