Skip to content

Commit

Permalink
Fix C bindings
Browse files Browse the repository at this point in the history
Fixes #455
  • Loading branch information
devongovett committed Apr 7, 2023
1 parent b849ba3 commit 78ab48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion c/cbindgen.toml
@@ -1,7 +1,7 @@
language = "C"

[parse]
parse_deps = true
parse_deps = false
include = ["lightningcss"]

[export.rename]
Expand Down
1 change: 1 addition & 0 deletions c/lightningcss.h
Expand Up @@ -124,6 +124,7 @@ typedef struct ToCssOptions {
bool source_map;
const char *input_source_map;
uintptr_t input_source_map_len;
const char *project_root;
struct Targets targets;
bool analyze_dependencies;
struct PseudoClasses pseudo_classes;
Expand Down

0 comments on commit 78ab48f

Please sign in to comment.