2 releases

0.1.1 Nov 16, 2023
0.1.0 Nov 15, 2023

#1067 in Graphics APIs


Used in 3 crates (via delight-sys)

MIT OR Apache-2.0 OR Zlib

6KB
51 lines

delight-build

Utility function for crates depending on lib3delight.

Strictly to be used from within build.rs.

Cargo Features

  • download_lib3delight -- Downloads (an outdated version) of lib3delight from Dropbox and copies it to the build directory.

  • link_lib3delight -- Links against lib3delight during build.


lib.rs:

Utility function for crates depending on lib3delight.

Strictly to be used from within build.rs.

Cargo Features

  • download_lib3delight -- Downloads (an outdated version) of lib3delight from Dropbox and copies it to the build directory.

  • link_lib3delight -- Links against lib3delight during build.

Dependencies

~0–11MB
~123K SLoC