Fix Windows MSVC linking issues (#7511)

This commit is contained in:
jh-block
2026-02-25 23:59:32 +01:00
committed by GitHub
parent a010327925
commit fc292c73ec
6 changed files with 54 additions and 28 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "v8"
version = "145.0.0"
edition = "2024"
publish = false
[features]
default = ["use_custom_libcxx"]
use_custom_libcxx = ["v8-goose/use_custom_libcxx"]
v8_enable_pointer_compression = ["v8-goose/v8_enable_pointer_compression"]
v8_enable_sandbox = ["v8-goose/v8_enable_sandbox"]
v8_enable_v8_checks = ["v8-goose/v8_enable_v8_checks"]
[dependencies]
v8-goose = { version = "145.0.2" }
+1
View File
@@ -0,0 +1 @@
pub use v8_goose::*;