mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix feature flag (#131)
* rm sqlite * rm sqlite install * update build dependencies * add feature flag Co-authored-by: Maximilian Ammann <max@maxammann.org>
This commit is contained in:
parent
74ca3ae4e5
commit
70cf25e0c1
@ -31,6 +31,7 @@ fn generate_type_def() -> Option<u32> {
|
||||
Some(5)
|
||||
}
|
||||
|
||||
#[cfg(feature = "embed-static-tiles")]
|
||||
fn embed_tiles_statically() {
|
||||
use maplibre_build_tools::mbtiles::extract;
|
||||
use std::env;
|
||||
@ -74,5 +75,6 @@ fn embed_tiles_statically() {
|
||||
fn main() {
|
||||
validate_project_wgsl();
|
||||
|
||||
#[cfg(feature = "embed-static-tiles")]
|
||||
embed_tiles_statically();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user