codemp/src
cschen f6c0b878cb feat: add specific feature flag to specify building python without abi.
This is needed because if we want to ship to sublime, having the `pyo3/abi-*`
feature enabled will result in a wheel that needs the `python3.dll` (f****g windows)
which sublime does not ship. This works fine for Linux and Mac Os, but
for windows we will need to build without abi and for Python3.8 directly
for sublime specifically and also with the abi for the generic python wheel to be
used everywhere else.
2024-09-19 21:32:46 +02:00
..
api feat: add specific feature flag to specify building python without abi. 2024-09-19 21:32:46 +02:00
buffer feat: add specific feature flag to specify building python without abi. 2024-09-19 21:32:46 +02:00
cursor feat: add specific feature flag to specify building python without abi. 2024-09-19 21:32:46 +02:00
ffi feat: add specific feature flag to specify building python without abi. 2024-09-19 21:32:46 +02:00
client.rs feat: add specific feature flag to specify building python without abi. 2024-09-19 21:32:46 +02:00
errors.rs fix: more verbose error strings 2024-09-11 17:50:05 +02:00
ext.rs docs: improved cargo docs, rewrote readme 2024-09-05 01:45:48 +02:00
lib.rs docs: add favicon 2024-09-11 15:04:34 +02:00
network.rs docs: remade docstricts, refactored a bit 2024-09-04 20:03:34 +02:00
prelude.rs feat: add serialize feature for api structs 2024-09-11 15:45:35 +02:00
workspace.rs feat: add specific feature flag to specify building python without abi. 2024-09-19 21:32:46 +02:00