licenses.dev

simple-tiled-wfc v0.7.7

A simple library which lets a user to use a tiled Wave Function Collapse algorithm implementation

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT59
PackageRelationDependenciesPublished
ahash • 0.8.11A non-cryptographic hash function using AES-NI for high performanceINDIRECT10
audir-sles • 0.1.0OpenSL ES bindings for AndroidINDIRECT0
audrey • 0.3.0A crate to simplify reading, writing and converting between a range of audio formats.INDIRECT8
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitsetium • 0.0.0One stop shop for all bitset needsDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
dasp_frame • 0.11.0An abstraction for audio PCM DSP frames, along with useful conversions and operations.INDIRECT1
dasp_sample • 0.11.0An abstraction for audio PCM DSP samples, along with useful conversions and operations.INDIRECT0
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fdeflate • 0.3.5Fast specialized deflate implementationINDIRECT1
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT5
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
gif • 0.11.4GIF de- and encoderINDIRECT2
glam • 0.21.3A simple and fast 3D math library for games and graphicsINDIRECT0
hashbrown • 0.13.2A Rust port of Google's SwissTable hash mapINDIRECT11
image • 0.24.9Imaging library. Provides basic image processing and encoders/decoders for common image formats.INDIRECT14
jpeg-decoder • 0.1.22JPEG decoderINDIRECT6
lewton • 0.9.4Pure Rust vorbis decoderINDIRECT4
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
macroquad_macro • 0.1.8Proc macro for macroquad INDIRECT0
macroquad • 0.3.26Simple and easy to use graphics library DIRECT50
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
miniquad • 0.3.16Cross-platform window context and rendering library. INDIRECT7
ndk-sys • 0.2.2FFI bindings for the Android NDKINDIRECT0
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-rational • 0.3.2Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustINDIRECT7
png • 0.17.14PNG decoding and encoding library in pure RustINDIRECT8
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quad-snd • 0.2.8High level and cross platform audio libraryINDIRECT15
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. DIRECT15
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
ron • 0.6.6Rusty Object NotationDIRECT8
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stackINDIRECT1
syn • 2.0.82Parser for Rust source codeINDIRECT2
ttf-parser • 0.15.2A high-level, safe, zero-allocation TrueType font parser.INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
weezl • 0.1.8Fast LZW compression and decompression.INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
MIT10
PackageRelationDependenciesPublished
color_quant • 1.1.0Color quantization library to reduce n colors to 256 colors.INDIRECT0
image • 0.23.14Imaging library. Provides basic image processing and encoders/decoders for common image formats.DIRECT28
malloc_buf • 0.0.6Structs for handling malloc'd memory passed to Rust.INDIRECT1
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
objc • 0.2.7Objective-C Runtime bindings and wrapper for Rust.INDIRECT2
quad-alsa-sys • 0.3.2For of original alsa-sys, but with pkg-config replaced with -lasound.INDIRECT1
quad-rand • 0.2.2Pseudo random implementation with std atomics. INDIRECT0
scoped_threadpool • 0.1.9A library for scoped and cached threadpools.INDIRECT0
simd-adler32 • 0.3.7A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
tiff • 0.6.1TIFF decoding and encoding library in pure RustINDIRECT11
Apache-2.0 OR MIT OR Zlib4
PackageRelationDependenciesPublished
bytemuck • 1.19.0A crate for mucking around with piles of bytes.INDIRECT0
fontdue • 0.7.3A simple no_std font parser and rasterizer.INDIRECT13
miniz_oxide • 0.4.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
0BSD OR Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
hound • 3.5.1A wav encoding and decoding libraryINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
ogg • 0.7.1Ogg container decoder and encoder written in pure RustINDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/simple-tiled-wfc)](https://licenses.dev/cargo/simple-tiled-wfc)
<a href="https://licenses.dev/cargo/simple-tiled-wfc">
  <img src="https://licenses.dev/b/cargo/simple-tiled-wfc" alt="licenses" />
</a>

Or the licenses badge code for the 0.7.7 version:

[![licenses](https://licenses.dev/b/cargo/simple-tiled-wfc/0.7.7)](https://licenses.dev/cargo/simple-tiled-wfc/0.7.7)
<a href="https://licenses.dev/cargo/simple-tiled-wfc/0.7.7">
  <img src="https://licenses.dev/b/cargo/simple-tiled-wfc/0.7.7" alt="licenses" />
</a>
GitHub